func go/types.roundFloat64

4 uses

	go/types (current package)
		const.go#L156: 			r := roundFloat64(x)
		const.go#L187: 			re := roundFloat64(constant.Real(x))
		const.go#L188: 			im := roundFloat64(constant.Imag(x))
		const.go#L229: func roundFloat64(x constant.Value) constant.Value {